projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7447c
)
(struct frame): New member `gamma'.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 3 Sep 1999 18:49:55 +0000
(18:49 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 3 Sep 1999 18:49:55 +0000
(18:49 +0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 6a4e62be3ea143f2325b8844ddc6454771f988b0..27a5c9715f55d8b52f4c05666a1fd32d3f828426 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-346,6
+346,11
@@
struct frame
/* Nonzero if the mouse has moved on this display
since the last time we checked. */
char mouse_moved;
+
+ /* Exponent for gamma correction of colors. 1/(VIEWING_GAMMA *
+ SCREEN_GAMMA) where viewing_gamma is 0.4545 and SCREEN_GAMMA is a
+ frame parameter. 0 means don't do gamma correction. */
+ double gamma;
};
#ifdef MULTI_KBOARD